| Einhugur Xml Plugin for Xojo |
|
Document.DateToISO8601 Method
Converts DateTime to ISO-8601 date which is suitable for Xml.
shared DateToISO8601(
value
as DateTime)
as String
Parameters
- value
- The date to convert.
Returns
- String
Remarks
In this variation time component of the DateTime are ignored.
See Also
Document Class